gtkwidget.h: Fix a typo
authorJavier Jardón <jjardon@gnome.org>
Thu, 27 May 2010 20:00:09 +0000 (22:00 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 27 May 2010 20:01:15 +0000 (22:01 +0200)
Fix a type introduced in
commit 818d444e2fa772af8e483bd151522d019514030d

Reported by Garrett Regier.

gtk/gtkwidget.h

index 786d45e5174e40745ddf2ac9ceeda2a793b726de..20cf16edc7d82278a098498462c522232680c213 100644 (file)
@@ -114,7 +114,7 @@ typedef enum
   GTK_RC_STYLE        = 1 << 16,
   GTK_COMPOSITE_CHILD  = 1 << 17,
   GTK_APP_PAINTABLE    = 1 << 18,
-  GTK_RECEIVES_DEFAULT = 1 << 29,
+  GTK_RECEIVES_DEFAULT = 1 << 19,
   GTK_DOUBLE_BUFFERED  = 1 << 20,
   GTK_NO_SHOW_ALL      = 1 << 21,
   GTK_MULTIDEVICE      = 1 << 22